Skip to content

Conversation

@darakhshannehal
Copy link
Contributor

(This automated portion only applies to dataset submissions. If you're submitting something else, please delete all of these checkboxes)

Thank you for your submission!

When you submit this pull request, the - [ ] lines below will become checkboxes. Please confirm that checklist after you submit the pull request (by clicking on the steps that you have completed).

Usability:

  • This dataset has not already been used in TidyTuesday.
  • The dataset is less than 20MB when saved as a tidy CSV.
  • I can imagine at least one data visualization related to this dataset.

Preparation:

  • cleaning.R has code to download and clean the dataset, resulting in descriptively-named data.frames.
  • I ran saving.R or tidytuesdayR::tt_save_dataset() to create csvs and md data dictionaries for each of my data.frames.
  • I filled in descriptions for each variable in each of the {dataset}.md files.
  • I edited the intro.md file to introduce my dataset.
  • I included at least one image for my dataset as a png file.
  • I completed the information in meta.yaml, including descriptive alt text for each image and how to credit me.

Closes #908

@github-actions
Copy link

TidyTuesday Submission Check: Failed ❌

  • Image 'Glottolog 5.2.png' is too large. Size is 1049.84 KB, max is 976.56 KB.

endangered_status.csv:

variable class p_missing n_unique
id character 0 8567
status_code numeric 0 6
status_label character 0 6

families.csv:

variable class p_missing n_unique
id character 0 4832
family character 0 4832

languages.csv:

variable class p_missing n_unique
id character 0.0 8612
name character 0.0 8612
macroarea character 2.6 11
latitude numeric 3.6 8155
longitude numeric 3.6 8128
iso639p3code character 8.8 7858
countries character 1.2 708
is_isolate logical 0.0 2
family_id character 2.1 248

@github-actions
Copy link

TidyTuesday Submission Check: Passed ✅

endangered_status.csv:

variable class p_missing n_unique
id character 0 8567
status_code numeric 0 6
status_label character 0 6

families.csv:

variable class p_missing n_unique
id character 0 4832
family character 0 4832

languages.csv:

variable class p_missing n_unique
id character 0.0 8612
name character 0.0 8612
macroarea character 2.6 11
latitude numeric 3.6 8155
longitude numeric 3.6 8128
iso639p3code character 8.8 7858
countries character 1.2 708
is_isolate logical 0.0 2
family_id character 2.1 248

1 similar comment
@github-actions
Copy link

TidyTuesday Submission Check: Passed ✅

endangered_status.csv:

variable class p_missing n_unique
id character 0 8567
status_code numeric 0 6
status_label character 0 6

families.csv:

variable class p_missing n_unique
id character 0 4832
family character 0 4832

languages.csv:

variable class p_missing n_unique
id character 0.0 8612
name character 0.0 8612
macroarea character 2.6 11
latitude numeric 3.6 8155
longitude numeric 3.6 8128
iso639p3code character 8.8 7858
countries character 1.2 708
is_isolate logical 0.0 2
family_id character 2.1 248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Glottolog database of the world's languages

1 participant